Graphics import components can save data in two formats: QuickDraw pictures and QuickTime image files. This capability is only needed by applications that perform file format translation. Applications that only wish to draw the image can use the GraphicsImportDraw function.
Creates a QuickDraw picture file.
extern pascal ComponentResult GraphicsImportSaveAsPicture (
GraphicsImportComponent ci,
const FSSpec *fss,
ScriptCode scriptTag);
Creates a QuickTime image file.
extern pascal ComponentResult GraphicsImportSaveAsQuickTimeImageFile (
GraphicsImportComponent ci,
const FSSpec *fss,
ScriptCode scriptTag);